The repeat command is not supported by HyperDA. But when you need to execute a single statement or even a small statement group repeatedly, you can use the simple expedient of coding the line(s) explicitly the number of times you wish to repeat. (For an example of this technique, see the previous card.)
This approach will only work, of course, if you know in advance how many times the statement(s) need to be executed. Variables cannot play a role since they are not supported.